Update ChangeLogs.
authorMichael Olson <mwolson@gnu.org>
Sat, 3 Jan 2009 23:08:26 +0000 (23:08 +0000)
committerMichael Olson <mwolson@gnu.org>
Sat, 3 Jan 2009 23:08:26 +0000 (23:08 +0000)
lisp/ChangeLog
lisp/gnus/ChangeLog

index 452182102b7ed7d17a9a65c0904603821278ab5e..ba6d9bbac19aa5db9c9df6f4592540c6c661b2bf 100644 (file)
@@ -1,3 +1,8 @@
+2009-01-03  Michael Olson  <mwolson@gnu.org>
+
+       * net/imap.el (imap-parse-fetch): Courier can insert spurious
+       blank characters which will confuse `read', so skip past them.
+
 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
 
        * emacs-lisp/authors.el (authors-aliases): Addition.
index c07e48c5726993b2b5ce890c036f2eaa1d57fb2e..c65473907a86493229de6c6453ec68c1e64fbf35 100644 (file)
@@ -1,3 +1,11 @@
+2009-01-03  Michael Olson  <mwolson@gnu.org>
+
+       * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
+       `headers' is nil.  This can occur if the IMAP server does not have
+       permissions to read messages from a folder, but can write new messages
+       to the folder.
+       (nnimap-request-article-part): Do not insert `data' if it is nil.
+
 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
 
        * mm-util.el (mm-substring-no-properties): New function.